home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TSTATUSFORM / TSTATUSFORM.txt
Text File  |  2007-09-27  |  1KB  |  70 lines

  1. object StatusForm: TStatusForm
  2.   Left = 444
  3.   Top = 265
  4.   BorderStyle = bsNone
  5.   BorderWidth = 1
  6.   Caption = 'StatusForm'
  7.   ClientHeight = 52
  8.   ClientWidth = 252
  9.   Color = clSilver
  10.   Ctl3D = False
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnPaint = FormPaint
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object p1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 252
  28.     Height = 52
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     Color = 16250871
  32.     TabOrder = 0
  33.     OnMouseUp = p1MouseUp
  34.     object i1: TImage
  35.       Left = 4
  36.       Top = 2
  37.       Width = 16
  38.       Height = 16
  39.       Transparent = True
  40.     end
  41.     object l1: TLabel
  42.       Left = 24
  43.       Top = 3
  44.       Width = 4
  45.       Height = 13
  46.       Cursor = crHandPoint
  47.       Font.Charset = EASTEUROPE_CHARSET
  48.       Font.Color = 8410624
  49.       Font.Height = -11
  50.       Font.Name = 'Verdana'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       ShowAccelChar = False
  54.       OnClick = l1Click
  55.       OnMouseUp = l1MouseUp
  56.     end
  57.     object Image1: TImage
  58.       Left = 194
  59.       Top = 2
  60.       Width = 32
  61.       Height = 32
  62.     end
  63.   end
  64.   object t1: TTimer
  65.     Interval = 7000
  66.     OnTimer = t1Timer
  67.     Left = 104
  68.   end
  69. end
  70.